home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Programy pocztowe / I.Scribe 1.88 / iscribe-win32-v188.exe / help / help.css < prev    next >
Cascading Style Sheet File  |  2006-02-01  |  1KB  |  87 lines

  1. body
  2. {
  3.     font: 10pt, verdana;
  4.     color: #101040;
  5. }
  6.  
  7. table
  8. {
  9.     font: 10pt, verdana;
  10. }
  11.  
  12. pre
  13. {
  14.     color: green;
  15.     padding-left: 16px;
  16. }
  17.  
  18. a:link, a:visited
  19. {
  20.     color: #800000;
  21. }
  22.  
  23. a:hover
  24. {
  25.     color: #800000;
  26.     background-color: #f0e0f0;
  27. }
  28.  
  29. ul
  30. {
  31.     margin-top: 3px;
  32.     margin-bottom: 3px;
  33. }
  34.  
  35. .menu
  36. {
  37.     background-color: #f0f0ff;
  38.     font-size: 8pt;
  39. }
  40.  
  41. .content
  42. {
  43.     padding: 8px;
  44.     background-color: #fafaff;
  45.     border-style: dotted;
  46.     border-left-width: 2px;
  47.     border-right-width: 0px;
  48.     border-top-width: 0px;
  49.     border-bottom-width: 2px;
  50.     border-color: #d0d0ff;
  51. }
  52.  
  53. .helpheading
  54. {
  55.     background-color: #444499;
  56.     color: white;
  57.     font-weight: bold;
  58.     text-align: center;
  59. }
  60.  
  61. .inscribe
  62. {
  63.     color: #009;
  64.     font-size: 8pt;
  65. }
  66.  
  67. .action
  68. {
  69.     font-style: italic;
  70.     color: #66c;
  71. }
  72.  
  73. kbd
  74. {
  75.     padding: 0px 1px 0px 1px;
  76.     border-width: 1px 2px 2px 1px;
  77.     border-style: solid;
  78.     background: #faf6f6;
  79.     color: #101040;
  80.     border-color:  #edd #baa #baa #eed;
  81. }
  82.  
  83. fld
  84. {
  85.     background: #e0e0ff;
  86. }
  87.